Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A: 6 - Created example1: an activity with a fragment that utilizes the scoped utils. Closes #6 #23

Merged
merged 1 commit into from
Jul 24, 2017

Conversation

vestrel00
Copy link
Owner

Created example1: an activity with a fragment that utilizes the scoped utils.

@vestrel00 vestrel00 added this to the A: dagger.android milestone Jul 24, 2017
@vestrel00 vestrel00 self-assigned this Jul 24, 2017
@vestrel00 vestrel00 merged commit 33c9c68 into master Jul 24, 2017
*/
public final class Example1Fragment extends BaseFragment implements View.OnClickListener {

private TextView someText;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

private should be below package protected to follow the public, protected, package, private access modifier order.

Fixed in the next PR.

@vestrel00 vestrel00 deleted the feature/#6-create-example-1 branch July 24, 2017 19:45
@vestrel00 vestrel00 changed the title Created example1: an activity with a fragment that utilizes the scoped utils. Closes #6 A: 6 - Created example1: an activity with a fragment that utilizes the scoped utils. Closes #6 Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant